func github.com/cespare/xxhash/v2.appendUint64

6 uses

	github.com/cespare/xxhash/v2 (current package)
		xxhash.go#L179: 	b = appendUint64(b, d.v1)
		xxhash.go#L180: 	b = appendUint64(b, d.v2)
		xxhash.go#L181: 	b = appendUint64(b, d.v3)
		xxhash.go#L182: 	b = appendUint64(b, d.v4)
		xxhash.go#L183: 	b = appendUint64(b, d.total)
		xxhash.go#L208: func appendUint64(b []byte, x uint64) []byte {